home *** CD-ROM | disk | FTP | other *** search
/ Consumer Reports: Cars 1996 / Consumer Reports: Cars 1996.iso / cr / art / process.bat < prev   
DOS Batch File  |  1995-12-08  |  159b  |  13 lines

  1. cd %1
  2. md x
  3. for %%f in (*.bmp) do expand %%f x\%%f
  4. attrib -r *.bmp
  5. del *.bmp
  6. move x\*.bmp .
  7. rd x
  8. compress -r *.bmp
  9. del *.bmp
  10. ren *.bm_ *.bmp
  11. cd ..
  12.  
  13.